determine whether it is at right or left side [closed]
Posted
by gcc
on Stack Overflow
See other posts from Stack Overflow
or by gcc
Published on 2010-05-16T07:49:31Z
Indexed on
2010/05/16
8:00 UTC
Read the original article
Hit count: 127
Filed under:
c
input
(q+w),(w=e),(e!r),(r|y),-i#p
another example to input
(a^d),(e'c),(r^g),(y!j),(i%l),(k&a),(z/w),-c#-p
// can we determine that (a^d) or (i%l) is at left side according to '#'
-p is at right side
if we can determine,how?
© Stack Overflow or respective owner